html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
 
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: #ff0000;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  color: #ffff00;
  font-size:21px;
}

.button1 {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #d2d2d2;
  text-align: center;
  cursor: pointer;
  width: 100%;
  color: #000;
  font-size:18px;
}

.button:hover {
  background-color: #555;
}

.text1{
font-size: 18px;
}

.special{
font-size:22px;
text-decoration: underline;
}

.cont1{
width:13.7%;
box-shadow: .2em .3em rgba(.2, .3, .4, .1);
}

.cont1:hover{
transform: rotate(1deg) skew(4deg, -5deg) translate(2px, 1px);
}

a{text-decoration: none;
color: #fff;
}
.sir{
font-size:5vh;
font-size:4.7vh;
}

.cont{
display: inline-block;
}